isDateColumn
isDateColumn
isDateColumn(col: ChartColumn ) : boolean
Checks if a specified column has a data type of 'DATE' or 'DATE_TIME'.
Function Parameters
col:::
- col: ChartColumn
The column to check, represented as a
Returns
boolean
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L163
--